home *** CD-ROM | disk | FTP | other *** search
/ Screensavers 98 / Screensavers 98.iso / ass / fidelity / winstall.inf < prev   
Text File  |  2000-03-28  |  9KB  |  278 lines

  1. [The title of your application]
  2. $TITLE=Fidelity Investments "It's Time" Screensaver
  3.  
  4. [Default target directory :  can take extra parameter in this format]
  5. [$TARGET=Default;INI-File-name;Section;KeyName]
  6. $TARGET=C:\ITS_TIME
  7.  
  8. [Files to be copied; "$disk 1 =" to "$disk 64 ="; you can use wildcards]
  9. [file specs should be separated with a semi-colon]
  10.  
  11. $disk1=vbrun300.dl_;fxtls300.dll;imgfx300.dll;fximg300.vbx
  12. $disk1=*.jpg
  13. $disk1=itstime.scr;itstime.ini
  14.  
  15. [Disk space needed for the installation - in bytes]
  16. [you can calculate this by running AUTOCALC.EXE on your completed INF file]
  17. $SPACE=1188417
  18.  
  19. [Files to be installed to Windows directory; unlimited number of lines]
  20. [MAX 30 file names on each line, separated with semi-colon]
  21. $WINDIR=itstime.scr;itstime.ini
  22.  
  23. [Files to be installed to Windows SYSTEM directory; unlimited number of lines]
  24. [MAX 30 file names on each line, separated with semi-colon]
  25. $SYSDIR=vbrun300.dll;fxtls300.dll;imgfx300.dll;fximg300.vbx
  26.  
  27. [space required by files going to the Windows directory]
  28. [you can calculate this by running AUTOCALC.EXE on your completed INF file]
  29. $WINDIR-SPACE=84211
  30.  
  31. [space required by files going to the Windows SYSTEM directory]
  32. [you can calculate this by running AUTOCALC.EXE on your completed INF file]
  33. $SYSDIR-SPACE=666800
  34.  
  35. [uncomment this line to turn on disk verification]
  36. ;$VERIFY-INSTALL-DISKS
  37.  
  38. [Files to be installed to subdirectories under DEST directory tree]
  39. [Max 30 file names on each line, separated with semi-colon]
  40. $DEST=*.jpg
  41.  
  42. [Files to be installed to TEMP directory; unlimited number of lines]
  43. [Max 30 file names on each line, separated with semi-colon]
  44. $TEMPDIR=
  45.  
  46. [disk space needed for files going to the TEMP directory - in bytes]
  47. $SWAP-SPACE=0
  48.  
  49. [Files to be replaced without warning if older versions already exist][Max 30 file names on each line, separated with semi-colon]
  50. $AUTO-REPLACE=itstime.scr;itstime.ini;*.jpg
  51.  
  52.  
  53. [Entries in INI files = Filename;Section;Keyname;String;NO-REPLACE;$USER OPTION#]
  54. [Details as minimum of 4 sections on each line, separated with semi-colon]
  55. $INI=$windir\system.ini;BOOT;SCRNSAVE.EXE;$windir\itstime.scr
  56. $INI=$windir\win.ini;WINDOWS;ScreenSaveActive;1
  57. $INI=$windir\itstime.ini;ITSTIME;ImageDir;$DEST
  58.  
  59. [Default Program Manager group name; you can force it to be created by
  60. [using the AUTO parameter, or disable it by using the DISABLE parameter]
  61. $GROUP=DISABLE
  62.  
  63. [program(s) to create Program Manager icons for; MAX=128 icons in all]
  64. [format= CommandLine;Icon Title;Group Name]
  65. [Group Name is optional - if none, the one in $GROUP will be used]
  66. $ICON=
  67.  
  68. [********************************************************]
  69. [*** NOTE: EVERYTHING FROM HERE IS TOTALLY OPTIONAL *****]
  70. [********************************************************]
  71.  
  72. [Program(s) to execute as part of the installation; separated with a semi-colon]
  73. [install will *try* to wait for them to terminate before continuing]
  74. $PRE-EXEC=
  75.  
  76. [Files to delete after completing installation; each on a separate line]
  77. [here, we're cleaning up our INSTALL files from the TEMP directory]
  78. $CLEANUP=
  79.  
  80. [Program(s) to execute after completing installation; separated with a semi-colon]
  81. $EXEC=
  82.  
  83. [uncomment this line for a maximized main window - and no "banner"!]
  84. ;$WINDOW=MAXIMIZE
  85.  
  86. [comment this to use an 8kb buffer for copying the files]
  87. $COPYBUFFER=32000
  88.  
  89. [uncomment this to use a WHITE background color for the dialog window]
  90. [valid values are 0 to 4]
  91. ;$WINDOW-BACKGROUND=0
  92.  
  93. [uncomment this to use a WHITE background for the dialog text]
  94. [3 RGB values, or 1 long integer value
  95. ;$TEXT-BACKGROUND=255,255,255
  96.  
  97. [comment this to NOT paint the background of the "percent" dialog]
  98. $PAINTDIALOGS
  99.  
  100. [uncomment this line to automatically set the check box for PROGMAN group]
  101. $SETCHECKBOX
  102.  
  103. [comment this line to enable the final "installation completed" dialog]
  104. $NO-END-DIALOG
  105.  
  106. [uncomment this line to disable the dialog that offers to add the target]
  107. [directory to the PATH statement in AUTOEXEC.BAT]
  108. $NO-PATH-DIALOG
  109.  
  110. [uncomment to use other icons (in WINSTALC.DLL); from 2 to 10]
  111. $DIALOG-ICON=5
  112.  
  113. [comment this line to disable the small "percent" meter for individual files]
  114. $SHOW-FILE-PERCENT
  115.  
  116. [comment this line to disable logging for the UNINSTALLER in UNINSTAL.LOG]
  117. ;$MAKE-UNINSTALL-LOG
  118.  
  119. [register with Win95's "automatic uninstall" ]
  120. $REGISTER-UNINSTALL=
  121.  
  122. [comment these lines to remove user selectable install options]
  123. [max= 10 options; format = title;disk space needed (in bytes)]
  124. [the figures are added to the $SPACE line above]
  125. [you can calculate these by running AUTOCALC.EXE on your completed INF file]
  126.  
  127. ;$USER-OPTION1=
  128.  
  129. [help strings for each user option]
  130. ;$OPTIONHELP1=
  131.  
  132. [these lines are the files that make up each user selectable option]
  133. [each option can use up to 10 lines to list its files, and each line
  134. [can list up to 30 files; max = 200 characters per line]
  135.  
  136. ;$OPTIONAL1=
  137.  
  138. [these lines are for the "BANNER" window]
  139. [the font to use; I am using True Type Times New Roman]
  140. $BANNER-FONT=TIMES NEW ROMAN
  141.  
  142. [make sure this is small enough for those using 640x480 displays]
  143. $BANNER-FONT-SIZE=24
  144.  
  145. [message must be short enough to fit on the screen]
  146. $BANNER-MESSAGE=GROSS AL;CENTERED
  147. $BANNER-TEXT-COLOR=$00FFFF00
  148. $BANNER-TEXT-BACKGROUND=20,0,0
  149. $BANNER-WINDOW-BRUSH=255,0,0
  150.  
  151. [uncomment this to give a blue shadow to the banner text: but it will disable]
  152. [the $banner-text-background; it also will not work if there is a bitmap]
  153. $BANNER-SHADOW-COLOR=0,0,255
  154.  
  155. [I am not using any bitmap! so I use a non-existent file name]
  156. $BITMAP=nobitmap
  157.  
  158.  
  159. [************************************************************]
  160. [ *** these lines are for version checks on shared files ****]
  161. [************************************************************]
  162.  
  163. [uncomment this line to enable version checking on non-shared DLLs]
  164. ;$CHECK-MY-DLL-VERSIONS
  165.  
  166. [this line stipulates the headings of the file version numbers]
  167. $VERSION-INFO-TITLE=File Version
  168.  
  169. [your explanation or recommendation when a copy of a shared file]
  170. [already exists]
  171. $VERSION-INFO-MESSAGE=You SHOULD click on "NO" if the target file \n is NEWER than the source file.
  172.  
  173. [your message when we can't successfully install a shared file]
  174. $VERSION-COPY-ERROR-MESSAGE=Please copy it later (after closing Windows) \n.A temporary copy of the file exists as
  175.  
  176. [uncomment this line to force older files to be overwritten without warning]
  177. ;$FORCE-OVERWRITE-OLDER-FILES
  178.  
  179. [comment this to avoid skipping identical files]
  180. $SKIP-IDENTICAL-FILES
  181.  
  182. [ ************************** other commands *************************]
  183.  
  184. $CLOSE-GROUP-BOX=1;2;3;4;
  185.  
  186. [the caption on the "Readme" push button 
  187. $README-BUTTON-TEXT=&Information
  188.  
  189. [comment this line to use a proportional typeface for the readme dialog]
  190. $README-FONT=FIXED
  191.  
  192. [uncomment and use this line to send a mouse click to any of]
  193. [the four push buttons; 1=Start Install; 2=Abort; 3=Help; 4=Readme]
  194. ;$AUTO-CLICK-BUTTON=4
  195.  
  196. [uncomment this line to disable CTL3DV2.DLL]
  197. ;$NO-CTL3D.DLL
  198.  
  199. [this message is presented if an active DLL was replaced/installed]
  200. ;$RESTARTWIN-MESSAGE=At least one active DLL was replaced.\nSo you need to close all programs and \nRESTART Windows (right now!).\n\nShould I restart Windows now?
  201.  
  202. [I am disabling the feature here!]
  203. $RESTARTWIN-MESSAGE=DISABLE
  204.  
  205. [examples of entries for the Registration Database (they are all commented!)]
  206. ;$REG-DATA=ChiefPro;Chief's Installer Pro
  207. ;$REG-DATA=.chf;ChiefPro
  208. ;$REG-DATA=HKEY_LOCAL_MACHINE\ChiefPro;Chief's Installer Pro
  209. ;$REG-DATA=HKEY_LOCAL_MACHINE\ChiefPro;Number;1;reg_dword
  210. ;$REG-DATA=HKEY_LOCAL_MACHINE\ChiefPro;PChar;1;reg_sz
  211. ;$REG-DATA=HKEY_LOCAL_MACHINE\ChiefPro;Binary;1;reg_binary
  212.  
  213.  
  214. [True Type fonts]
  215. ;$FONT=ARIAL.TTF;Arial (True Type)
  216.  
  217. [uncomment and put any final message to be displayed to the user]
  218. $FINAL-MESSAGE=Thank you for installing the Fidelity Investments "It's Time" Screensaver!
  219.  
  220. [ChiefPro batch files]
  221. ;$BATCH-FILE=$DEST\BATCH\CHIEFPRO.CHF
  222.  
  223. [if you want to UNZIP files, you can use $UNZIP]
  224. [filename, destination directory, code (for existing files)]
  225. ;[UNZIP C